Possible bug in Wave blog posts
Images don't seem to be loading on the blog pages and when trying to upload an image in the rich text editor or header image, an error occurs. The exceptions I'm seeing are:
League\Flysystem\UnableToCreateDirectory
Events (total)
Users (30d)
Level: Error
Unable to create a directory at /home/deployer/site/releases/9/storage/app/private/livewire-tmp.
and once I manually created that directory I get:
League\Flysystem\UnableToRetrieveMetadata
Events (total)
Users (30d)
Level: Error
Unable to retrieve the file_size for file at location: livewire-tmp/livewire-tmp.
Even on a fresh install the Wave blog pages don't load. While we're at it, how hard would it be to be able to include video/webm in blog post content? The attachments feature only allows images.
Hey!
I've tried to reproduce this locally but it seems to be working as normally.
How are you running wave exactly?
I saw someone submit a PR for a similar fix: https://github.com/thedevdojo/wave/pull/331
Does it work if you were to try out the PR?
